home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Freeware
/
Programare
/
bluej
/
bluejsetup-200.exe
/
{app}
/
lib
/
swedish
/
templates
/
newclass
/
enum.tmpl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-09-15
|
260 b
|
12 lines
$PKGLINE
/**
* Enumeration class $CLASSNAME - write a description of the enum class here
*
* @author (your name here)
* @version (version number or date here)
*/
public enum $CLASSNAME
{
monday, tuesday, wednesday, thursday, friday, saturday, sunday;
}